.site-button {
    position: fixed;
    padding: 14px 35px 14px 20px;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    font-weight: 600;
    right: 0;
    top: 80px;
    z-index: 999;
    transition: all .4s;
    line-height: 1.5;
    font-size: 16px;
}

.site-button::after {
    display: inline-block;
    content: '';
    background-image: url("../images/arr_right.846ff74b55ed.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 20px;
    right: 9px;
}

.site-button:hover {
    text-decoration: none;
    color: #fff;
}

@media screen and (max-width: 992px) {
    .site-button {
        display: none;
    }
}
